home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Information / WebSites / Wirenet / files / Dashboard2.lha / Dashboard2 / AmiTCP / bin / StopProc < prev    next >
AmigaDOS Script File  |  1998-03-27  |  222b  |  19 lines

  1. .key proc/a
  2. .bra {
  3. .ket }
  4. ; $VER: StopProc 2.0 (26.3.98)
  5. ; by Neil Bothwick
  6.  
  7. LAB Start
  8.  
  9. Status >ENV:StopProc com={proc}
  10.  
  11. If NOT WARN
  12.     Break $StopProc
  13.     Wait 1
  14.     Skip Start BACK
  15.     EndIf
  16.  
  17. Delete >NIL: ENV:StopProc
  18.  
  19.